From: Richard M. Stallman Date: Sun, 9 May 1993 23:53:56 +0000 (+0000) Subject: (rmail-output): Undo June 11 1992 change: X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96343 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4bf5153268486668a8585e7fa9c2f86a4679ae94;p=emacs.git (rmail-output): Undo June 11 1992 change: Don't try to use Date field in the From. --- diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index ad368a532b5..5bd3808fa46 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el @@ -177,7 +177,7 @@ When called from lisp code, N may be omitted." (mail-fetch-field "really-from") (mail-fetch-field "sender") "unknown")) - " " (or (mail-fetch-field "date") (current-time-string)) "\n") + " " (current-time-string) "\n") ;; ``Quote'' "\nFrom " as "\n>From " ;; (note that this isn't really quoting, as there is no requirement ;; that "\n[>]+From " be quoted in the same transparent way.)